﻿.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99;
    padding:0 100px;
}
.header-nei{
    background-color:#333;
}
.pull-right ul {
    overflow: hidden;
    display: inline-block;
    float: right;
}
.search{
    display:inline-block;
    width:45px;
    height:45px;
    display:inline-block;
    background-color:#fff;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    float:right;
    margin-left:20px;
    padding:0 20px;
}
    .search input {
        width: 130px;
        height: 30px;
        border: 1px solid #1265cc;
        border-radius:25px;
        background-color:transparent;
        padding:0 10px;
        font-size:14px;
        display:none;
    }
    .search span {
        line-height: 45px;
        font-size: 20px;
        color: #8a8a8a;
        display:inline-block;
        width:40px;
        text-align:right;
    }
    .header .bx-nav-tow .bx-nav ul li a {
        color: #fff;
    }
.focus{
    font-weight:bold !important;
}
.top-right{
    overflow:hidden;
    display:flex;
    align-items:center;
}
.banner{
    position:relative;
}
#mydiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
    #mydiv canvas{
        z-index:1 !important;
    }
.banner-text{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    
}
    .banner-text h3 {
        color: #fff;
        font-size: 60px;
        color: #ffffff;
        font-weight:bold;
        position:relative;
        padding-bottom:20px;
    }
        .banner-text h3::after {
            content: '';
            display:inline-block;
            width:150px;
            height:5px;
            background-color:#fff;
            position:absolute;
            left:50%;
            bottom:0;
            transform:translate(-50%,0);
        }
.index-gsjs{
    padding-bottom:70px;
    padding-top:158px;
    margin-top:-88px;
}
.index-gsjs-left, .index-gsjs-right{
    width:50%;
}
.index-gsjs-left img{
    max-width:90%;
}
.index-gsjs-tetx h3 {
    font-size: 24px;
    color: #1265cc;
    font-weight: bold;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 20px;
}
    .index-gsjs-tetx h3::after {
        content: '';
        display: inline-block;
        width: 50px;
        height: 5px;
        background-color: #1265cc;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .index-gsjs-tetx p {
        font-size: 14px;
        color: #666666;
        margin-bottom:35px;
        line-height:30px;
    }
.index-but {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1265cc;
    font-size: 14px;
    color: #1265cc;
    text-align:center;
    transition:all 0.5s;
    border-radius:25px;
}
    .index-but:hover {
        background-color: #1265cc;
        color:#fff;
        
    }
.title{
    text-align:center;
}
    .title h3 {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
        position:relative;
        padding-bottom:13px;
    }
        .title h3::after {
            content: '';
            display: inline-block;
            width: 50px;
            height: 5px;
            background-color: #1265cc;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%,0);
        }
        .title h3 span {
            color: #1265cc;
        }
.index-pro-top {
    padding-top:60px;
    background-color: #ebf4ff;
}
.index-pro-icon{
    width:160px;
    height:160px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#fff;
    border-radius:10px;
    margin:10px;
    transition:all 0.5s;
    overflow:hidden;
}
    .index-pro-icon img{
        width:100%;
        height:100%;
    }
    .index-pro-nav-list p {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }
.index-pro-nav{
    margin-top:35px;
}
    .index-pro-nav ul {
        zoom: 1;
    }
        .index-pro-nav ul::before {
            clear: both;
            content: '.';
            display: block;
            width: 0;
            height: 0;
            visibility: hidden;
        }
        .index-pro-nav ul li {
            width: 20%;
            float: left;
            text-align: center;
            padding-bottom: 60px;
            position: relative;
        }
        .index-pro-nav ul li::after {
            position: absolute;
            content: '';
            display: inline-block;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            border-top: 15px solid #ebf4ff;
            bottom:0;
            left:50%;
            transform:translate(-50%,100%);
            display:none;
        }
            .index-pro-nav ul .active::after{
                display:block;
            }
            .active .index-pro-nav-list .index-pro-icon {
                box-shadow: 0 2px 5px rgba(18,101,204,.35);
            }
.active .index-pro-nav-list p {
    color: #1265cc;
}
.index-pro-nav-list {
    display: inline-block;
    overflow: hidden;
}

    .index-pro-nav-list:hover .index-pro-icon {
        box-shadow: 0 2px 5px rgba(18,101,204,.35);
    }
    .index-pro-nav-list:hover p {
        color: #1265cc;
    }
.index-pro-bottom-left, .index-pro-bottom-right{
    width:50%;
    padding:0 60px;
    box-sizing:border-box;
}
.index-pro-bottom{
    padding:50px 0;
}
.index-pro-bottom-left h3 {
    font-size: 16px;
    color: #323232;
    margin-bottom:20px;
}
.index-pro-bottom-left p {
    font-size: 14px;
    color: #666666;
    margin-bottom:20px;
    line-height:30px;
}
.index-hzyh{
    padding:60px 0;
}
.index-hzyh-items{
    margin-top:45px;
}
.index-hzyh-items ul {
    margin: 0 -5px;
    overflow: hidden;
}
.index-hzyh-items ul li {
    width: 20%;
    float: left;
    padding: 0 5px;
}
.index-hzyh-list {
    width: 100%;
    height: 77px;
    border: 1px solid #e5e5e5;
    overflow:hidden;
    margin:5px 0;
    transition:all 0.5s;
}
    .index-hzyh-list:hover {
        box-shadow: 0 0 5px rgba(18,101,204,.35);
    }
.footer {
    background-color: #333333;
    overflow:hidden;
}
.footer-top{
    display:flex;
    justify-content:space-between;
    padding:35px 0;
}
.footer-logo, .footer-nav, .footer-img{
    width:33.33%;
}
.footer-nav-list{
    display:inline-block;
    text-align:center;
    width:33.33%;
}
.footer-nav{
    display:flex;
    justify-content:space-between;
}
.footer-img{
    text-align:right;
}
.footer-img-list {
    display: inline-block;
    margin-left:15px;
    vertical-align:text-top;
}
.footer-nav-list h3 {
    font-size: 18px;
    color: #e5e5e5;
    margin-bottom:10px;
}
.footer-nav-list ul li a {
    font-size: 16px;
    color: #999999;
    display:inline-block;
    width:100%;
}
.footer-img-list p {
    font-size: 14px;
    color: #e5e5e5;
    text-align: center;
    margin-top: 5px;
}
.footer-imgs{
    width:100px;
    height:100px;
}
.footer-imgs img{
    width:100px;
    height:100px;
    display:block;
}
.footer-bottom{
    width:100%;
    text-align:center;
    line-height:40px;
    border-top:1px solid rgba(102,102,102,.2);
}
    .footer-bottom, .footer-bottom p, .footer-bottom a{
        font-size: 14px;
        color: #fff;
    }
.gsjs-right{
    width:100%;
}
.gsjs-right .index-gsjs-tetx h3::after{
    left:50%;
}
.about-dszzc{
    background-size:100% 100%;
    background-repeat:no-repeat;
    padding:90px 0;
    min-height:600px;
}
.nei-title h3 {
    font-size: 24px;
    color: #1265cc;
    font-weight: bold;
    padding-bottom: 13px;
    position: relative;
    text-align: center;
}
    .nei-title h3::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 5px;
        background-color: #1265cc;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform:translate(-50%,0);
    }
.about-dszzc-tetx {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
}
.about-qywh-text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
}
.about-qywh {
    padding: 90px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.about-fzlc {
    padding: 90px 0;
    background-color: #ebf4ff;
}
.about-fzlc-list{
    display:flex;
    flex-direction:column;
    text-align:center;
}
.about-fzlc-items .swiper-slide:nth-child(odd) .about-fzlc-list {
    flex-direction: column-reverse;
}
    .about-fzlc-items .swiper-slide:nth-child(even) .about-fzlc-list .about-fzlc-num{
        display:flex;
        align-items:flex-end;
        justify-content:center;
    }
        .about-fzlc-items .swiper-slide:nth-child(even) .about-fzlc-list .about-fzlc-num::before{
            bottom:auto;
            top:-17px;
        }
            .about-fzlc-items .swiper-slide:nth-child(even) .about-fzlc-list .about-fzlc-num::after{
                bottom:auto;
                top:-17px;
            }
            .about-fzlc-num {
                font-size: 18px;
                color: #333333;
                font-weight: bold;
                position: relative;
            }
        .about-fzlc-num::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #1265cc;
            position:absolute;
            left:50%;
            bottom:-18px;
            transform:translate(-50%,0);
        }
            .about-fzlc-num::after {
                content: '';
                display: inline-block;
                width: 1px;
                height: 85%;
                background-color: #1265cc;
                position:absolute;
                left:50%;
                bottom:-18px;
            }
            .about-fzlc-text {
                font-size: 14px;
                color: #666666;
                margin-top: 20px;
            }
.about-fzlc-items .swiper-slide:nth-child(even) .about-fzlc-list .about-fzlc-text{
    margin-top:0;
    margin-bottom:20px;
}
.about-fzlc-items {
    position: relative;
    padding:0 40px;
    margin-top:45px;
}
    .about-fzlc-items::after {
        content: '';
        width: 100%;
        height: 0;
        border-top: 2px dashed #999999;
        position:absolute;
        left:0;
        top:50%;
    }
.about-zzjg {
    padding: 90px 0;
}
.about-zzjg-items, .about-zlzs-items {
    margin-top: 45px;
    text-align: center;
}
.about-zlzs {
    padding: 60px 0;
    background-color: #f7f7f7;
}
.about-zlzs-items{
    padding:0 85px;
    position:relative;
}
    .about-zlzs-items .swiper-button-next-zlzs, .about-zlzs-items .swiper-button-prev-zlzs {
        background-image: none;
        width: 50px;
        height: 50px;
        background-color: #0e83ee;
        border-radius: 50%;
        opacity:1 !important;
        display:flex;
        justify-content:center;
        align-items:center;
    }
        .about-zlzs-items .swiper-button-next-zlzs i, .about-zlzs-items .swiper-button-prev-zlzs i{
            color:#fff;
        }
.time-item{
    padding:100px 0;
}
.time-item-img{
    width:200px;
}
    .time-item-img img{
        width:100%;
    }
    .time-item-text {
        width:calc(100% - 230px);
        box-sizing: border-box;
        padding: 30px;
        box-shadow: 0 0 6px rgba(29,76,205,.35);
        background-color: #fff;
    }
    .time-item-text h3 {
        font-size: 20px;
        color: #1265cc;
        font-weight:bold;
        margin-bottom:15px;
    }
    .time-item-text p {
        font-size: 16px;
        color: #666666;
        line-height:40px;
    }
    .time-item-list {
        position: relative;
        margin-bottom:35px;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
.time-item ul li:nth-child(even) .time-item-list {
    flex-direction:row-reverse;
}
.time-item ul li:nth-child(even) .time-item-text {

}
.time-item ul li:nth-child(even) .time-item-text h3{
    text-align:right;
}
.time-item ul li:nth-last-child(1) .time-item-list {
    margin-bottom:0;
}
.pro-item{
    padding-top:45px;
    padding-bottom:30px;
}
    .pro-item ul {
        margin: 0 -8px;
        *zoom: 1;
    }
        .pro-item ul::after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        .pro-item ul li {
            padding: 0 8px;
            width: 25%;
            float: left;
        }
.pro-item-list {
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.pro-item-img{
    width:100%;
    overflow:hidden;
}
.pro-item-img img{
    width:100%;
}
.pro-item-text{
    padding:15px 20px 20px 20px;
    background-color:#fff;
    
}
.pro-item-text h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    color: #333333;
}
.pro-item-text p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    height: 40px;
    margin-top:8px;
    margin-bottom:10px;
}
.pro-item-text span {
    font-size: 14px;
    color: #1265cc;

}
.pro-item-list:hover{
    box-shadow:0 0 10px rgba(7,93,171,.35);
}
    .pro-item-list:hover .pro-item-text h3 {
        color: #1265cc;
    }
.contact-item{
    padding-top:70px;
    padding-bottom:100px;
    overflow:hidden;
}
.contact-item-top ul{
    margin:0 -10px;
    overflow:hidden;
}
.contact-item-top ul li {
    width: 16.6%;
    float: left;
    padding: 0 10px;
}
.contact-item-list {
    text-align: center;
    background-color: #f7f7f7;
    padding:25px 15px;
    transition:all 0.3s;
}
.contact-item-text h3 {
    font-size: 18px;
    color: #333333;
    font-weight:bold;
    margin-bottom:10px;
}
.contact-item-text p {
    font-size: 14px;
    color: #666666;
    line-height:20px;
    height:40px;
}
.contact-item-icon {
    width: 70px;
    height: 70px;
    background-color: #1265cc;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.contact-item-icon span{
    color:#fff;
    font-size:25px;
}
.contact-item-list:hover {
    background-color: #1265cc;
}
    .contact-item-list:hover .contact-item-icon{
        background-color:#fff;
    }
        .contact-item-list:hover .contact-item-icon span {
            color: #1265cc;
        }

    .contact-item-list:hover .contact-item-text h3{
        color:#fff;
    }
    .contact-item-list:hover .contact-item-text p{
        color:#fff;
    }
.contact-item-map{
    width:100%;
    margin-top:40px;
}
.dow-item-list{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 60px;
    margin-bottom:30px;
}
.dow-item-text, .dow-item-img{
    width:50%;
}
.dow-item-text{
    padding-right:50px;
}
.dow-item{
    padding:100px 0;
}
.dow-item-text-title h3 {
    font-size: 20px;
    color: #1265cc;
    font-weight:bold;
    margin-top:10px;
}
.dow-item-text-title{
    margin-bottom:15px;
}
.dow-item-text p {
    font-size: 18px;
    color: #666666;
    margin-bottom:10px;
}
    .dow-item-text p span {
        font-size: 18px;
        color: #333333;
        font-weight:bold;
    }
    .dow-item-text p a:hover {
        color: #1265cc;
    }
.dow-item ul li:nth-last-child(1) .dow-item-list{
    margin-bottom:0;
}
.message-item{
    padding:40px 0;
}
.message-item-list{
    display:block;
    margin-top:10px;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 0.5s;
}
.message-item-img{
    width:35%;
    overflow:hidden;
}
    .message-item-img img{
        width:100%;
    }
    .message-item-text {
        width: 65%;
        box-sizing: border-box;
        padding: 0 40px;
    }
    .message-item-text h3 {
        font-size: 24px;
        color: #333333;
        font-weight:bold;
        margin-bottom:15px;
    }
    .message-item-text p {
        font-size: 14px;
        color: #666666;
        margin-bottom:25px;
    }
.message-but {
    display: inline-block;
    padding: 0 20px;
    line-height: 38px;
    border: 1px solid #1265cc;
    border-radius: 25px;
    font-size: 14px;
    color: #1265cc;
    transition:all 0.3s;
}
    .message-but:hover {
        background-color: #1265cc;
        color:#fff;
    }
.message-item-list:hover{
    box-shadow:0 0 10px rgba(7,93,171,.35);
}
.message-item ul li:nth-last-child(1) .message-item-list {
    margin-bottom:10px;
}
#ul2{
    padding-top:30px;
    padding-bottom:60px;
}
.join-pop {
    font-size: 14px;
    color: #666666;
    padding-left:90px;
    position:relative;
    margin-bottom:8px;
    min-height:20px;
}
.join-pop-span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 19px;
}
@media screen and (max-width: 1500px) {
    .banner-text h3{
        font-size:48px;
    }
    .bx-nav-tow .bx-nav ul li a{
        padding:0 10px !important;
    }
    .header{
        padding:0 50px;
    }
    .contact-item-text h3{
        font-size:16px;
    }
    .contact-item-text p{
        font-size:12px;
    }

}
@media screen and (max-width: 1200px){
    .search{
        display:none;
    }
    .index-pro-bottom-left, .index-pro-bottom-right{
        padding:0 30px;
    }
    .contact-item-text h3{
        font-size:14px;
    }
    .contact-item-text p br{
        display:none;
    }
    .time-item-text p{
        font-size:14px;
        line-height:30px;
    }
}
@media screen and (max-width: 1000px){
    .header{
        padding:0 10px;
        background-color:#333 !important;
    }
    .hamburger .line{
        background-color:#fff !important;
    }
    .pull-right ul{
        float:none;
        display:block;
        padding:10px 0;
    }
    .header .bx-nav-tow .bx-nav ul li a{
        color:#333;
        font-size:16px;
        line-height:35px;
    }
    .index-pro-icon{
        width:100%;
    }
    .banner{
        margin-top:60px;
    }
    .banner-text h3{
        font-size:20px;
        padding-bottom:13px;
    }
        .banner-text h3::after{
            width:50px;
            height:3px
        }
        #mydiv {
            display: none;
        }
    .index-gsjs{
        padding:25px 0;
        margin-top:0px;
    }
    .index-gsjs-left img{
        max-width:100%;
    }
    .index-gsjs-left, .index-gsjs-right{
        width:100%;
    }
    .index-gsjs-tetx h3, .nei-title h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
        .index-gsjs-tetx h3::after, .title h3::after, .nei-title h3::before{
            width: 30px;
            height: 3px;
        }
    .index-gsjs-tetx p{
        margin-bottom:10px;
    }
    .index-but {
        display: block;
        margin: 0 auto;
        height: 35px;
        line-height: 35px;
    }
    .index-gsjs-tetx{
        margin-top:15px;
    }
    .index-pro-top{
        padding:20px 0;
    }
    .index-pro-nav ul li{
        padding-bottom:0;
        float:left;
        margin:0 20px;
        width:auto;
    }
    .index-pro-nav ul {
        width: max-content;
        overflow:hidden;
    }
    .title h3 {
        font-size: 20px;
    }
    .index-pro-nav{
        margin-top:15px;
        overflow-x:auto;
    }
    .index-pro-icon{
        display:none;
    }
    .index-pro-bottom-left, .index-pro-bottom-right{
        width:100%;
        padding:0;
    }
    .index-pro-bottom{
        padding:20px 0;
    }
    .index-pro-bottom-left h3{
        margin-bottom:10px;
    }
    .index-pro-bottom-left p{
        margin-bottom:10px;
    }
    .index-pro-bottom-right{
        margin-top:20px;
    }
    .index-hzyh {
        padding: 20px 0;
    }
    .index-hzyh-items ul li{
        width:50%;
    }
    .index-hzyh-list{
        height:60px;
    }
    .index-hzyh-items{
        margin-top:20px;
    }
    .footer-nav, .footer-logo {
        display: none;
    }
    .footer-img{
        width:100%;
        text-align:center;
    }
    .footer-bottom{
        line-height:20px;
        padding:10px 0;
    }
    .footer-top{
        padding:20px 0;
    }
    .index-gsjs-left.pull-left {
        float:none !important;
    }
    #Gsjs .index-gsjs-tetx{
        text-align:center;
    }
    #Gsjs .gsjs-right .index-gsjs-tetx h3::after{
        transform:translate(-50%,0);
    }
    .about-dszzc, .about-qywh, .about-fzlc, .about-zzjg {
        padding: 20px 0;
    }
    .about-dszzc-tetx{
        margin-top: 10px;
    }
    .about-qywh-text{
        font-size:14px;
       margin-top:20px;
    }
    .about-fzlc-items{
        padding:0;
    }
    .about-zzjg-items, .about-zlzs-items {
        margin-top:20px;
    }
    .about-zlzs-items{
        padding:0;
    }
        .about-zlzs-items .swiper-button-next-zlzs, .about-zlzs-items .swiper-button-prev-zlzs{
            display:none;
        }
    .time-item{
        padding:20px 0;
    }
         .time-item-list{
            flex-direction:column !important;
        }
        .time-item-img, .time-item ul li:nth-child(even) .time-item-img {
            width: 100%;
            text-align: center;
        }
        .time-item-text, .time-item ul li:nth-child(even) .time-item-text {
            width: 100%;
            text-align:left;
        }
    .time-item-text{
        padding:20px 10px 10px 10px;
    }
        .time-item-text h3, .time-item ul li:nth-child(even) .time-item-text h3 {
            font-size: 16px;
            margin-bottom: 10px;
            text-align:left;
        }
    .pro-item ul li{
        width:50%;
    }
    .pro-item{
        padding-top:5px;
        padding-bottom:10px;
    }
    .pro-item-text{
        padding:10px 0 0 0;
        
    }
    .contact-item-top ul li{
        width:50%;
        margin-top:10px;
    }
    .contact-item{
        padding-top:10px;
    }
    .dow-item-list{
        padding:0 10px;
    }
    .dow-item-text, .dow-item-img {
        padding-right: 0;
        width: 100%;
    }
    .dow-item{
        padding:20px 0;
    }
    .dow-item-list{
        flex-direction:column;
    }
    .dow-item-img{
        text-align:center;
    }
    .dow-item-img img {
        max-width: 60%;
    }
    .dow-item-text-title h3{
        font-size:16px;
    }
    .dow-item-text p{
        font-size:16px;
        margin-bottom:5px;
    }
        .dow-item-text p span{
            font-size:16px;
        }
    .message-item{
        padding:10px 0;
    }
    .message-item-text{
        padding:0 10px;
    }
    .message-but{
        display:none;
    }
    .message-item-text h3{
        font-size:16px;
        margin-bottom:5px;
    }
    .message-item-text p{
        margin-bottom:0;
    }
    #ul2{
        padding-top:20px;
        padding-bottom:20px;
        min-height:50vh;
    }
    .bx-Join ul li h3{
        font-size:14px !important;
    }
    .bx-Join ul li{
        margin-top:10px !important;
    }
    .bx-Join .submenu{
        padding:10px;
    }
    .join-pop-span{
        font-size:14px;
    }
    .join-pop{
        padding-left:80px;
    }
    .hd h4{
        font-size:20px !important;
    }
}